** [add] raw video frames are retrieved from video source (MPlayer, AVISynth etc.) and sent to video encoders instead of letting video encoders to do decoding (in other words, MediaCoder is no longer a just launcher for various video encoders but can help them to decode what they can't, just like what MediaCoder deals with audio previously)
** [add] video source and encoder can be freely coupled (this used to have many limits)
** [add] audio decoding, video decoding and audio/video encoding can now be done in individual process/thread (good for multi-core processors)
** [add] use theora reference encoder (which can only eat raw I420/YV12 and PCM data) to replace ffmpeg2theora (no longer need it)
** [add] preset per file feature (specifying individual preset for each file)
** [add] raw audio/video statistics
** [add] Flash Video producing extension
** [add] audio ripper extension
** [add] audio/video playback/encoding benchmark extension (a bit like 3DMark, but benchmarking for audio/video performance, may come a bit later)
** [add] native AVISynth support (both audio and video source)
** [add] hibernate/standby on complete feature
** [fix] transcoding process unexpected ending fixed
** [fix] many combinations of input and output formats that didn't use to work have the chance to work
** [update] audio/video stream dumping function improved
** [update] lots of code segments rewritten (less dependence on Win32 API) and classes reconstructed for better future development and the upcoming Linux porting
** [update] better process controls and portability
** [update] improved console window
** [update] meta info (tags) of audio/video files now retrieved with (patched) MPlayer